home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 001 / qzapsrc / !QZap / h / QNullevent < prev    next >
Text File  |  1994-08-11  |  126b  |  13 lines

  1. /*
  2.  * Nullevent.h
  3.  */
  4.  
  5. #ifndef Nullevent_H
  6. #define Nullevent_H
  7.  
  8. #include "wimp.h"
  9.  
  10. void Nullevent(wimp_block *Block);
  11.  
  12. #endif
  13.